/*
* =====================================================================================
*
* Filename: t.cpp
*
* Description:
*
* Version: 1.0
* Created: 23/06/2009 01:26:29
* Revision: none
* Compiler: gcc
*
* Author: John Ryland (jryland), jryland@xiaofrog.com
* Company: InvertedLogic
*
* =====================================================================================
*/
void function2(int size)
{
int *k = new int[size];
}